Fix Legacy Expressions
Fix Legacy Expressions
Example AEJuice Toolbar and kBar parameters with default values:
{"scope":"project","recursive":false}
Learn more
scope (text). Scope where the script will work. Values: project, selection, active comp, selected layers, selected properties.
recursive (boolean). Script will go through nested compositions. Values: true or false.
Add "ui":true parameter to open script's interface instead of running it directly.
If it's a single parameter add the following {"ui":true}. If it's not a single parameter, it can look like this {"scope":"project","recursive":false,"ui":true}.